home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD Label Designer 1.5 / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMPICPROP / TFRMPICPROP.txt
Text File  |  2002-06-14  |  3KB  |  142 lines

  1. object frmPicProp: TfrmPicProp
  2.   Left = 273
  3.   Top = 176
  4.   Width = 369
  5.   Height = 301
  6.   HelpContext = 2
  7.   Caption = 'Image Properties'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 183
  10.   Constraints.MinWidth = 324
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   DesignSize = (
  24.     361
  25.     274)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Bevel1: TBevel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 157
  32.     Height = 239
  33.     Anchors = [akLeft, akTop, akBottom]
  34.   end
  35.   object Label1: TLabel
  36.     Left = 28
  37.     Top = 52
  38.     Width = 86
  39.     Height = 13
  40.     Caption = 'Transparent color:'
  41.   end
  42.   object SB_BkColor: TSpeedButton
  43.     Left = 128
  44.     Top = 48
  45.     Width = 23
  46.     Height = 22
  47.     Hint = 'Set transparent color'
  48.     Transparent = False
  49.     OnClick = SB_BkColorClick
  50.   end
  51.   object SpeedButton1: TSpeedButton
  52.     Left = 20
  53.     Top = 80
  54.     Width = 133
  55.     Height = 22
  56.     Hint = 'Load other picture'
  57.     Caption = '&Load picture'
  58.     OnClick = SpeedButton1Click
  59.   end
  60.   object Button1: TButton
  61.     Left = 128
  62.     Top = 252
  63.     Width = 75
  64.     Height = 21
  65.     Anchors = [akRight, akBottom]
  66.     Caption = '&Ok'
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.   end
  70.   object Button2: TButton
  71.     Left = 204
  72.     Top = 252
  73.     Width = 75
  74.     Height = 21
  75.     Anchors = [akRight, akBottom]
  76.     Caption = '&Apply'
  77.     Default = True
  78.     TabOrder = 3
  79.     OnClick = Button2Click
  80.   end
  81.   object Button3: TButton
  82.     Left = 280
  83.     Top = 252
  84.     Width = 75
  85.     Height = 21
  86.     Anchors = [akRight, akBottom]
  87.     Cancel = True
  88.     Caption = '&Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 4
  91.   end
  92.   object Chk_Transp: TCheckBox
  93.     Left = 16
  94.     Top = 20
  95.     Width = 129
  96.     Height = 17
  97.     Hint = 'Transparent'
  98.     Alignment = taLeftJustify
  99.     Caption = 'Transparent:'
  100.     TabOrder = 0
  101.     OnClick = Chk_TranspClick
  102.   end
  103.   object ScrollBox1: TScrollBox
  104.     Left = 172
  105.     Top = 7
  106.     Width = 182
  107.     Height = 240
  108.     HorzScrollBar.Tracking = True
  109.     VertScrollBar.Tracking = True
  110.     Anchors = [akLeft, akTop, akRight, akBottom]
  111.     BevelOuter = bvNone
  112.     TabOrder = 1
  113.     object Image1: TImage
  114.       Left = 0
  115.       Top = 0
  116.       Width = 105
  117.       Height = 105
  118.       Cursor = crHandPoint
  119.       Hint = 'Click to choose transparent color'
  120.       AutoSize = True
  121.       ParentShowHint = False
  122.       ShowHint = True
  123.       OnMouseDown = Image1MouseDown
  124.     end
  125.   end
  126.   object CD: TColorDialog
  127.     Ctl3D = True
  128.     Options = [cdFullOpen, cdAnyColor]
  129.     Left = 72
  130.     Top = 132
  131.   end
  132.   object OPD: TOpenPictureDialog
  133.     Filter = 
  134.       'All (*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.bmp|JP' +
  135.       'EG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jpeg|Bitm' +
  136.       'aps (*.bmp)|*.bmp'
  137.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  138.     Left = 44
  139.     Top = 132
  140.   end
  141. end
  142.